home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / PowerMacOberon feb96 / Text / Class.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1995-05-08  |  589 b   |  16 lines  |  [TEXT/.Ob4]

  1. Syntax10.Scn.Fnt
  2. Class.Show *
  3. Class.Show KeplerGraphs.Star
  4. Class.Show ^
  5. ------------------------------------------------
  6. Extracts class interfaces from a source module
  7. (record types with type-bound procedures)
  8. Class.Show *
  9.     shows the interfaces of all record types in the marked source text.
  10. Class.Show modulename.typename
  11.     shows the interface of the specified type.
  12. Class.Show ^
  13.     shows the interface of the specified type. The selection may be
  14.     - a (non-imported) type name in the source text of the declaring module.
  15.     - a combination modulename.typename in any text.
  16.